home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / gnuplot.prj < prev    next >
Text File  |  1993-04-14  |  2KB  |  57 lines

  1. ;
  2. ;  $Id: gnuplot.prj,v 1.2 1992/10/18 19:46:51 alex Exp $
  3. ;
  4. ; gnuplot.prj - this project can be used for both PureC and TurboC on the
  5. ; Atari. It is currently set up for PureC, but if you change all lines
  6. ; starting with PC to TC and add -D__PUREC__ to the .C[] commandline, you will
  7. ; be able to compile with TC as well (hopefully). Maybe you will have to change
  8. ; the #include lines in term.c from term/... to term\...
  9. ; if the program hangs up when you press ^C or ^D, add -DBROKEN_SIGINT to the
  10. ; .C[] commandline.
  11. ;
  12. ; Additionally you have to compile doc2gih.c in docs as .ttp program and
  13. ; execute 'doc2gih.ttp gnuplot.doc ..\gnuplot.gih'
  14. ;
  15. ; all this could be so easy, if PureC included a make utility
  16. ;
  17.  
  18. gnuplot.prg
  19. ; some of the demos require quite a large stack
  20. .L[-S=81920]
  21. ; remove the -W- option, if you want to get some warnings or all -W options,
  22. ; if you want to get hundreds of 'em
  23. .C[-P -Iterm -DATARI -DREADLINE -DHELPFILE="GNUPLOT.GIH" -DMEMSET -DMEMCOPY -DNOVFORK -W- -W-pro -W-nod -W-rv]
  24. =
  25. PCSTART.O
  26. binary        (binary.c, plot.h)
  27. bitmap        (bitmap.c, bitmap.h, plot.h)
  28. command        (command.c, help.h, plot.h, setshow.h)
  29. contour        (contour.c, plot.h)
  30. eval        (eval.c, plot.h)
  31. gnubin        (gnubin.c, plot.h, setshow.h)
  32. graphics    (graphics.c, plot.h, setshow.h)
  33. graph3d        (graph3d.c, plot.h, setshow.h)
  34. help        (help.c, help.h, plot.h)
  35. internal    (internal.c, plot.h)
  36. misc        (misc.c, help.h, plot.h, setshow.h)
  37. parse        (parse.c, plot.h)
  38. plot        (plot.c, plot.h, setshow.h)
  39. readline    (readline.c, plot.h)
  40. scanner        (scanner.c, plot.h)
  41. setshow        (setshow.c, plot.h, setshow.h)
  42. specfun        (specfun.c, plot.h)
  43. standard    (standard.c, plot.h)
  44. term        (term.c, bitmap.h, plot.h, setshow.h, term.h,
  45.          term\atari.trm, term\dumb.trm, term\eepic.trm,
  46.          term\epson.trm, term\hpgl.trm, term\hpljii.trm,
  47.          term\hppj.trm, term\latex.trm, term\pbm.trm,
  48.          term\post.trm, term\texdraw.trm, term\tgif.h,
  49.          term\tgif.trm, term\tpic.trm)
  50. util        (util.c, plot.h)
  51. version        (version.c)
  52. PCFLTLIB.LIB     ; note: the order of the librarys is significant !!
  53. PCSTDLIB.LIB
  54. PCEXTLIB.LIB
  55. PCTOSLIB.LIB
  56. PCGEMLIB.LIB
  57.